home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2002 October / maximum-cd-2002-10.iso / Software / Apps / CoffeeHTML93.exe / %MAINDIR% / Snippets / Layering two images.snp < prev    next >
Encoding:
Text File  |  2002-08-07  |  222 b   |  9 lines

  1. <!-- 2 pictures that layer on top of each other.
  2. A neat effect with the same picture,one black & white
  3. and the other color. Netscape loads the second one first
  4. -->
  5.  
  6.  
  7.  
  8. <IMG SRC="apicture.gif" LOWSRC="theother.jpg">
  9.